home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lod351b.zip / GAME.CTL < prev    next >
Text File  |  1992-07-23  |  5KB  |  124 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                    LOCAL - Always log on as local user
  19. ;                    SYSOP - Always log on as sysop
  20. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  21. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  22. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  23. ;                    PCB14 - Pcboard version 14
  24. ;                     WWIV - WWIV bbs (uses chain.txt)
  25. ;                  PHOENIX - Phoenix bbs
  26. ;                  WILDCAT - Wildcat bbs (not WC 3.0!)
  27. ;                  DOORSYS - Any bbs using door.sys (WC 3.0, Gap, etc)
  28. ;                 SPITFIRE - Spitfire bbs system (SFDOORS.DAT)
  29. ;                      2AM - 2AM-bbs (jumper.dat)
  30. ;
  31. ;ComPort:    For bbs types that do not have the com-port contained in their
  32. ;            door information files (such as PCBOARD-12), you will have to
  33. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  34. ;            not the whole word COM1.
  35. ;
  36. ;LockBaud:   This will specify a locked baud rate. If you specify this
  37. ;            parameter, then no matter what the bbs software says, this
  38. ;            baud rate will be used. [NOTE: You can also specify the locked
  39. ;            baud rate using /Bxxxx from the command line]
  40. ;
  41. ;Internal:   Selecting this option will cause doordriver to use it's internal
  42. ;            buffered comm routines. If you do not have a fossil, it is a good
  43. ;            idea to use this option.
  44. ;
  45. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  46. ;            per session that a user may be in the door. (i.e. if you
  47. ;            specified 30 minutes, then if the user had 60 mins left, he could
  48. ;            only play for 30 mins)
  49. ;
  50. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  51. ;            of "OFF" if you wish it to be disabled.
  52. ;
  53. ;Statfore:   The foreground color of the status line (default 0)
  54. ;
  55. ;Statback:   The background color of the status line (default 7)
  56. ;
  57. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  58. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  59. ;            understand, FORCE and QUICKBBS require this option set although
  60. ;            RBBS should not.
  61. ;
  62. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  63. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  64. ;            enhanced screen allows the local sysop to see much more infor-
  65. ;            mation on the screen.
  66. ;
  67. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  68. ;            line mode when doordriver is completed. This option is only
  69. ;            useful when the above 43LINE option is used. If 25EXIT is not
  70. ;            specified and 43LINE is, then doordriver will exit to DOS in
  71. ;            the 43-line mode.
  72. ;
  73. ;NODIRECT:   This will turn off direct video writing. If you are using
  74. ;            desqview and LOD interferes with your other applications, then
  75. ;            you may wish to uncomment this line.
  76. ;
  77. ;NOAUTOMAINT: By Default, LOD will perform maintenance when the first user
  78. ;             logs on each day. Thus, the /M maintenance switch is not
  79. ;             necessary. However, if you want to control the maintenance
  80. ;             runs, then you may uncomment this switch and use the
  81. ;             traditional /M command line option to force maintenance.
  82. ;
  83. SYSOPFIRST SCOTT
  84. SYSOPLAST BAKER
  85. BBSNAME THE NOT-YET-NAMED BBS
  86. ;
  87. ;       ::::------- Put your bbs type here! Select from those listed above
  88. ;       ::::
  89. ;       \/\/
  90. BBSTYPE RBBS
  91. ;
  92. ;                   If you are using a bbs type that doesn't provide the com
  93. ;        ::-------- port num in it's door information file (such as pcb-12),
  94. ;        \/         then uncomment this line and put your com port here.
  95. ;COMPORT 1
  96. ;
  97. ;          ::------ If you are using a locked com port, then you may wish to
  98. ;          \/       un-comment and use this line.
  99. ;LOCKBAUD 38400
  100. ;
  101. ;
  102. ;INTERNAL
  103. ;                   Uncomment this line if you are running a monochrome
  104. ;  ::-------------- system on the local side.
  105. ;  \/
  106. ;MONO
  107. ;
  108. STATUS ON
  109. STATFORE 0
  110. STATBACK 7
  111. ;                   Uncomment this if LOD doesn't give color output to users
  112. ;  ::-------------- who have color (ansi) selected.
  113. ;  \/
  114. ;COLOR1
  115. ;
  116. ;43LINE
  117. ;
  118. ;25EXIT
  119. ;
  120. ;NODIRECT
  121. ;
  122. ;NOAUTOMAINT
  123. ;
  124.